;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SimCity 4 keyboard accelerators -- 3D View
;
; Format of these keys are:
;    <KeyCombination> = <MsgID> [[[<data1>] <data2>] <data3>] [<Description>]
;
; The KeyCombination can be any of the following:
;    control                  -- Keyboard modifiers. Must be combined with a key.
;    shift                    -- Keyboard modifiers. Must be combined with a key.
;    alt                      -- Keyboard modifiers. Must be combined with a key.
;    up or down               -- Action happens on key up or key down. Down is default if not present. Must be combined with a key.
;    0xXX                     -- A literal hexadicmal key number 0x4B is the same as K.
;    NNN                      -- A literal decimal key number 75 is the same as K.
;    A-Z                      -- Keyboard letter.
;    0-9                      -- Keyboard (not numpad) number.
;    F1-F12                   -- F keys.
;    Numpad0-Numpad9          -- Numpad number.
;    Numpad/                  -- Numpad keys.
;    Numpad*                  -- Numpad keys.
;    Numpad-                  -- Numpad keys.
;    Numpad+                  -- Numpad keys.
;    `~-_=+[{]}\|;:',<.>/?    -- Keyboard keys.
;    Semicolon                -- Used as an alternative to ';' when you need it to be the first character on a line. That way it won't be interpreted as a comment.
;    Escape                   -- Keyboard keys.
;    Backspace
;    Enter or Return
;    ScrollLock
;    NumLock
;    CapsLock
;    Tab
;    Pause
;    PageUp
;    PageDown
;    Space
;    Home
;    End
;    Left
;    Up
;    Right
;    Down
;    PrintScreen
;    Insert
;    Delete
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

F1                      = 0x6a935c34   "God Mode"
F2                      = 0x6a935ca4   "Mayor Mode"
F3                      = 0x6a935ca8   "My Sim Mode"
F4                      = 0x6a935cab   "Options Panel"
Control Break           = 0x6a935cad   "Pause"
Control `               = 0x6a935cad   "Pause"
Control 1               = 0x6a935cb0   "Turtle Speed"
Control 2               = 0x6a935cb2   "Rhino Speed"
Control 3               = 0x6a935cb5   "Cheetah Speed"
+                       = 0x6a935cb7   "Zoom in one level"
Numpad+                 = 0x6a935cb7   "Zoom in one level"
-                       = 0x6a935cba   "Zoom out one level"
Numpad-                 = 0x6a935cba   "Zoom out one level"
1                       = 0x6a935cbd   "Zoom to Z1"
2                       = 0x6a935cbf   "Zoom to Z2"
3                       = 0x6a935cc2   "Zoom to Z3"
4                       = 0x6a935cc4   "Zoom to Z4"
5                       = 0x6a935cc7   "Zoom to Z5"
6                       = 0x2bcbd5f1   "Zoom to Z6"
PageUp                  = 0x6a935cc9   "Rotate Clockwise"
PageDown                = 0x6a935ccc   "Rotate Counterclockwise"
Home                    = 0x6a935cd5   "Rotate Building Clockwise"
End                     = 0x6a935cd1   "Rotate Building Counterclockwise"
Left                    = 0x6a935cd8   "Scroll left"
Control Left            = 0x2a9484da   "Scroll left once"
Left up                 = 0x2a948275   "Scroll left stop"
Up                      = 0x6a935cdd   "Scroll up"
Control Up              = 0x2a9484f2   "Scroll up once"
Up up                   = 0x2a948272   "Scroll up stop"
Right                   = 0x6a935ce0   "Scroll right"
Control Right           = 0x2a9484ff   "Scroll right once"
Right up                = 0x2a94826e   "Scroll right stop"
Down                    = 0x6a935ce2   "Scroll down"
Control Down            = 0x2a94850b   "Scroll down once"
Down up                 = 0x2a94826b   "Scroll down"
Space                   = 0x6a935ce5   "Center on Cursor"
G                       = 0x6a935ce8   "Turn on Grid"
Escape                  = 0x6a935cf1   "Close Open Window/release tool"
?                       = 0x6a935cf3   "Query Tool"
Alt ?                   = 0x6a935cf4   "Traffic Query Tool"
Q                       = 0x6a935cf7   "Zone Low D. Res"
W                       = 0x6a935d0b   "Zone Med D. Res"
E                       = 0x6a935d0e   "Zone Heavy D. Res"
A                       = 0x6a935d11   "Zone Low D. Com"
S                       = 0x6a935d17   "Zone Med D. Com"
D                       = 0x6a935d1a   "Zone Heavy D. Com"
Z                       = 0x6a935d1d   "Zone Agro"
X                       = 0x6a935d25   "Zone Med. D. Ind."
C                       = 0x6a935d2b   "Zone Heavy D. Ind"
Y                       = 0x6a935d28   "Zone Landfill"
V                       = 0x6a935d2e   "De-Zone"
B                       = 0x6a935d36   "Demolish"
Control F               = 0x6a935d39   "Dispatch Fire"
Control P               = 0xca935dbd   "Dispatch Police"
R                       = 0x6a935dc0   "Road Tool"
Alt R                   = 0x6a935dc2   "Street Tool"
Shift R                 = 0x6a935dc5   "Highway Tool"
Control Shift R         = 0x6a935dc9   "Build Bus Stop"
Control R               = 0x6b730f78   "Avenue Tool"
T                       = 0x6a935dda   "Rail Tool"
Control Shift T         = 0x6a935ddd   "Passenger Depot"
Control Alt T           = 0x6a935ddf   "Freight Depot"
Control T               = 0x2b79e72b   "Light Rail Tool"
Alt T                   = 0x2bfe11c9   "Light Rail Station"
Shift T                 = 0x6a935de3   "Subway Tool"
Shift Alt T             = 0x6a935de6   "Subway Station"
L                       = 0x6a935deb   "Power Lines Tool"
I                       = 0x6a935dee   "Pipes Tool"
P                       = 0x6a935df1   "Build Small Police Stn"
Alt P                   = 0x6a935df4   "Build Large Police Stn"
Shift P                 = 0x6a935df7   "Build Jail"
Control Shift P         = 0x2bfe0bea   "Build Police Kiosk"
F                       = 0x6a935dfa   "Build Small Fire Stn"
Alt F                   = 0x6a935dfd   "Build Large Fire Stn"
H                       = 0x6a935e0a   "Build Clinic"
Alt H                   = 0x6a935e0d   "Build Hospital"
K                       = 0x6a935e14   "Build Elementary School"
Alt K                   = 0x6a935e11   "Build High School"
Shift K                 = 0x6a935e17   "Build College"
M                       = 0x2bfe1095   "Build Ferry Terminal"
Control M               = 0xec3e82f8   0x8bd88057 "Build Passenger Ferry Terminal"
F5                      = 0x6a935e1e   "Day Only"
F6                      = 0x6a935e21   "Night Only"
F7                      = 0x6a935e27   "Night & Day"
F11                     = 0x6a935e2a   "Open Play Options Dialog"
F9                      = 0x6a935e2d   "Open Graphic Options Dialog"
F10                     = 0x6a935e34   "Open Audio Options Dialog"
Control S               = 0x6a935e36   "Save City"
Control Alt S           = 0x6a935e37   "Save City, Quick"
F8                      = 0x6a935e39   "Exit To Region"
F12                     = 0x6a935e3c   "Quit SimCity"
Control Q               = 0x6a935e3c   "Quit SimCity"
Numlock                 = 0x6a935e3f   "Hide/Show UI"
Control Shift A         = 0x6a935e45   "Open Photo Album"
Control Shift S         = 0x6a935e4b   "Take Snapshots"
Control Shift C         = 0x2a94a04b   "Toggle display of terrain contours"
Control Shift O         = 0x2a94a5b6   "Open Obliterate City Dialog"
Control /               = 0x6aa9fe51   "Toggle expanded tool tips"
Control Shift /         = 0x6aa9fe51   "Toggle expanded tool tips"
;
; Easter Egg hot keys (all control-shift-alt combinations)
Control Shift Alt F     = 0x6a9391a0   "Full screen refresh"
Control Shift Alt P     = 0x6a9753ea   "Pause animation (enabled via a cheat code)"
Control Shift Alt Pause = 0x6a9753ea   "Pause animation (enabled via a cheat code)"
Control Shift Alt F11   = 0x6a9753ed   "Step animation (enabled via a cheat code)"
Control Shift Alt R     = 0xcab22c64   "Run Animation Recorder"
